home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / GAS211S2.ZIP / src / gas-211 / opcodes / configur.in < prev    next >
Text File  |  1993-05-30  |  740b  |  29 lines

  1. # This file is a shell script that supplies the information necessary
  2. # to tailor a template configure script into the configure script
  3. # appropriate for this directory.  For more information, check any
  4. # existing configure script.
  5.  
  6. srctrigger=z8k-dis.c
  7. srcname="opcodes"
  8.  
  9. # per-host:
  10.  
  11. . ${srcdir}/../bfd/configure.host
  12.  
  13. # Set up to make a link between the host's include file and "sysdep.h".
  14. files="../bfd/hosts/${my_host}.h"
  15.  
  16. links="sysdep.h"
  17.  
  18. if [ ! -f ${srcdir}/${files} ] ; then
  19.     files=../bfd/hosts/std-host.h
  20.     echo "[${srcname} has no specific support for host ${host} -- using std-host]"
  21. fi
  22.  
  23. host_makefile_frag=
  24. if [ -f ${srcdir}/../bfd/config/${my_host}.mh ] ; then
  25.     host_makefile_frag=../bfd/config/${my_host}.mh
  26. fi
  27.  
  28. # per-target:
  29.